*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
h1 ,h2, h3, h4, h5, h6{
	font-weight: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0;
	max-width: 100%;
}
input{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
textarea{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix{
	*zoom:1;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
body{
	color: #333;
	background: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
}